github.com/andybalholm/brotli.blockSplitterLiteral.alphabet_size_ (field)
5 uses
github.com/andybalholm/brotli (current package)
metablock_literal.go#L12: alphabet_size_ uint
metablock_literal.go#L32: self.alphabet_size_ = alphabet_size
metablock_literal.go#L75: last_entropy[0] = bitsEntropy(histograms[0].data_[:], self.alphabet_size_)
metablock_literal.go#L85: var entropy float64 = bitsEntropy(histograms[self.curr_histogram_ix_].data_[:], self.alphabet_size_)
metablock_literal.go#L94: combined_entropy[j] = bitsEntropy(combined_histo[j].data_[0:], self.alphabet_size_)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |